-
Notifications
You must be signed in to change notification settings - Fork 103
test: standardize all test filenames to _test.py postfix (#760) #889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
test: standardize all test filenames to _test.py postfix (#760) #889
Conversation
Signed-off-by: Raja Rathour <imraja729@gmail.com>
|
Hi @Raja-89 please resolve conflicts 👍 |
|
Hi @Raja-89 please get in touch if you need help, see MAINTAINERS.md |
exploreriii
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge conflicts require fixing - please get in touch if you need help
|
Hello, this is the Office Hour Bot. This is a reminder that the Hiero Python SDK Office Hours are scheduled in approximately 4 hours (14:00 UTC). This session provides an opportunity to ask questions regarding this Pull Request or receive assistance from a maintainer. Details:
Disclaimer: This is an automated reminder. Please verify the schedule here to be notified of any changes. |
|
Hi @Raja-89 , |
|
Hi @Raja-89 , |
Very sorry , for replying late. |
|
Hi @Raja-89, This pull request has had no commit activity for 15 days. Are you still working on the issue? please push a commit to keep the PR active or it will be closed due to inactivity. From the Python SDK Team |
Standardize all test filenames across tests/unit/ and tests/integration/ to consistently use the _test.py postfix.
This improves test discovery, simplifies CI enforcement, and aligns with the new naming workflow requirements.
Changes included:
Ensure no changes are made to helper/config files:
Updated imports where necessary
Added entry to UNRELEASED changelog
Related issue(s)
Fixes #760
Notes for reviewer
Checklist
~Documented (changelog entry added)
~Tested (full test suite run locally; naming CI check passes)